home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / files / 4295b.dms / 4295b.adf / AHI-Manual / ahiman.readme
Text File  |  1997-10-23  |  5KB  |  137 lines

  1. Short:    Retargetable audio v4.12, Doc. Archive
  2. Type:     docs/misc
  3. Author:   Martin Blom <lcs@lysator.liu.se>
  4. Uploader: Martin Blom <lcs@lysator.liu.se>
  5.  
  6.      This archive contains the documentation for AHI (both
  7.      AHI Developer's Guide and AHI User's Guide) as DVI,
  8.      Postscript and HTML files.
  9.  
  10.      AmigaGuide® versions are included in the AHI Developer's
  11.      archive and the AHI User's archive.
  12.  
  13. TITLE
  14.  
  15.      AHI Audio system
  16.  
  17. VERSION
  18.  
  19.      Release 4
  20.  
  21. AUTHOR
  22.  
  23.      Martin Blom <lcs@lysator.liu.se>
  24.  
  25. DESCRIPTION
  26.  
  27.      Retargetable Audio for AmigaOS
  28.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  29.  
  30.      (When refering to this software, the correct term is
  31.      'AHI audio system' or just 'AHI', never 'Audio Hardware
  32.      Interface'! 'AHI' is pronounced 'atchii', as in 'God bless!'.)
  33.  
  34.      Starting with version 3 of AHI, the MC68000 processor is also supported.
  35.      However, many features are lacking:
  36.  
  37.      · Very limited volime control when using 16 bit samples
  38.      · No HiFi mixing routines are available.
  39.      · No stereo samples
  40.      · No DSP effects are available.
  41.      · Less precision on some calculations
  42.      · Slower
  43.  
  44.      As you can see, this version is very primitive.  Get yourself an
  45.      accelerator!  I cannot guarantee that I will continue to support this
  46.      processor in the future.
  47.  
  48.      Quick overview
  49.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  50.  
  51.      * Driver based
  52.  
  53.      Each supported sound card is controlled by a library-based audio
  54.      driver. For a 'dumb' sound card, a new driver should be written in
  55.      a few hours. For a 'smart' sound card, it is possible to utilize an
  56.      on-board DSP, for example, to maximize performance and sound quality.
  57.      For sound cards with own DSP but little or no memory, it is possible
  58.      to use the main CPU to mix channels and do the post-processing
  59.      with the DSP. Available today are drivers for
  60.  
  61.      · Aura (sampler only)
  62.      · Delfina DSP and Delfina Lite
  63.      · DraCo Motion
  64.      · Paula (8/14/14c bit)
  65.      · Prelude
  66.      · Toccata
  67.      · Wavetools
  68.      · 8SVX (mono) and AIFF/AIFC (mono & stereo) sample render
  69.  
  70.      * Fast, powerful mixing routines (yeah, right... haha)
  71.  
  72.      The device's mixing routines mix 8- or 16-bit signed samples, both
  73.      mono and stereo, located in Fast-RAM and outputs 16-bit mono or stereo
  74.      (with stereo panning if desired) data, using any number of channels
  75.      (as long as 'any' means less than 128...).  Tables can be used speed
  76.      the mixing up (especially when using 8-bit samples).  The samples can
  77.      have any length (including odd) and can have any number of loops.
  78.      
  79.      * Support for non-realtime mixing
  80.  
  81.      By providing a timing feature, it is possible to create high-
  82.      quality output even if the processing power is lacking, by saving
  83.      the output to disk, for example as an IFF AIFF or 8SXV file.
  84.      There are so-called HiFi mixing routines that can be used, which
  85.      use linear interpolation and gives 32 bit output.
  86.  
  87.      * Audio database
  88.  
  89.      Uses ID codes, much like Screenmode IDs, to select the many
  90.      parameters that can be set. The functions to access the audio
  91.      database are not too different from those in 'graphics.library'.
  92.      The device also features a requester to get an ID code from the
  93.      user.
  94.  
  95.      * Both high- and low-level protocol
  96.  
  97.      By acting both like a device and a library, AHI gives the programmer
  98.      a choice between full control and simplicity. The device API allows
  99.      several programs to use the audio hardware at the same time, and
  100.      the AUDIO: dos-device driver makes playing and recording sound very
  101.      simple for both the programmer and user.
  102.  
  103.      * Future Compatible
  104.  
  105.      When AmigaOS gets device-independent audio worth it's name, it should
  106.      not be too difficult to write a driver for AHI, allowing applications
  107.      using 'ahi.device' to automatically use the new OS interface. At
  108.      least I hope it wont.
  109.  
  110. SPECIAL REQUIREMENTS
  111.  
  112.      AmigaOS release 2.
  113.      MC68020 processor strongly recommended.
  114.  
  115. AVAILABILITY
  116.  
  117.      Aminet, for example:
  118.      ftp://ftp.germany.aminet.org/pub/aminet/dev/misc/ahidev.lha
  119.      ftp://ftp.germany.aminet.org/pub/aminet/mus/misc/ahiusr.lha
  120.      ftp://ftp.germany.aminet.org/pub/aminet/docs/misc/ahiman.lha
  121.  
  122.      WWW:
  123.      http://www.lysator.liu.se/~lcs/ahi.html
  124.  
  125. PRICE
  126.  
  127.      Free. But if you use it in a shareware of commercial product,
  128.      I would like a registered copy for me and each of the audio driver
  129.      authors (this is merely a wish, you don't have to do it if you don't
  130.      think we deserve it). See the AHI User's Guide for more information.
  131.  
  132. DISTRIBUTABILITY
  133.  
  134.      Copyright ©1994-1997 Martin Blom.
  135.      Freely distributable in unmodified form.
  136.      See the AHI User's Guide for more information.
  137.